@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;left: 0;top: 0;background-color: #ffffff;z-index: 99999;box-shadow: 0px 4px 5px rgba(9,2,4,.17);}
.Header-logo{float: left;width: 235px;}
.Header-logo a{display: block;width: 100%;height:90px;line-height: 90px;user-select: none;}
.Header-logo img{width: 100%;object-fit: cover;}
.Header-wrapper.site-on {height: 100%;overflow-y: auto;}

.Header-search{float:right;position: relative;}
.Header-search-click{float: right;width:42px;height: 90px;background: url("../images/public/search.png") no-repeat center;cursor: pointer;}
.Header-search-close{display: none;float: right; width: 42px;height: 90px;background:url(../images/public/closeB.png) no-repeat center;}
.Header-search-item{display: none; position: absolute;top: 90px;left: -272px;}
.Header-search input{width: 258px;height: 42px;box-shadow: 2px 0 8px rgba(0, 0, 0, .03);position: absolute;left: 0;top: 0;padding: 0 10px;}
.Header-search-submit{width: 42px;height: 42px;background:#ffffff url(../images/public/search.png) no-repeat center;position: absolute;left:258px;top: 0;box-shadow: 6px 0 8px rgba(0, 0, 0, .03);cursor: pointer;}

.Header-navber{float: right;margin-right: 94px;}
.Header-navber li{display: inline-block;margin: 0 42px;position: static;}
.Header-navber li:first-child{margin-left: 0;}
.Header-navber li:last-child{margin-right: 0;}
.Header-navarr{display: none;}
.Header-navmenu{display: inline-block;height: 90px;line-height: 90px;font-size: 18px;color: #555555;position: relative;}
.Header-navmenu::after{content: "";width: 0%;height: 2px;background-color: #2775af;transition: all .4s ease;position: absolute;right: 0;bottom: 0;}
.Header-navber li.ontrue .Header-navmenu::after, .Header-navber li:hover .Header-navmenu::after{width: 100%;left: 0;right: auto;}
.Header-navber li.ontrue .Header-navmenu, .Header-navber li:hover .Header-navmenu{color: #2775af;}

.Header-drop{display: none; width: 100%; position: absolute;left: 0;top: 90px;padding: 60px 0 68px;background-color: #ffffff;box-shadow: 0 4px 7px rgba(0, 0, 0, .10);z-index: -1;}
.Header-drop ul{width: 100%;padding: 0 15%;}
.Header-drop ul li{float: left;display: block; width: 14%;margin: 0 42px;}
.Header-navber li:nth-child(2) .Header-drop ul li{width: 18%;}
.Header-dropmenu{display: block;width: 100%; font-size: 18px;color: #2775af;font-weight: 800;padding-bottom: 16px;border-bottom: 1px solid #e8e8e8;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.Header-dropsubmenu{display: flex;flex-direction: column;margin-top: 20px;}
.Header-dropsubmenu a{display: inline-block; font-size: 14px;color: #666666;line-height: 28px;transition: all .4s ease;}
.Header-dropsubmenu a:hover{color:#2775af;}
.Header-item{display: flex;justify-content: center;}
.Header-dropcontlft{margin-right: 214px;text-align: left;} 
.dropcontpub-menu{display: block;font-size: 18px;color: #2775af;font-weight: 800;padding-bottom: 16px;border-bottom: 1px solid #e8e8e8;}
.dropcont-subitem{display: flex;margin-top: 10px;}
.dropcont-submenu{margin-right: 92px;}
.dropcont-submenu a{display: block;font-size: 15px;color: #666666;line-height: 32px;}
.Header-dropcontrgt{width: 450px;}
.Header-dropcontrgt .dropcontpub-menu {font-size: 18px;color: #2775af;font-weight: 800;border-bottom:0}
.Header-dropimg{width: 100%;height: 187px;}
.Header-dropimg img{display: block; width: 100%;height: 100%;object-fit: cover;}
.Header-dropcontrgt p{font-size: 14px;color: #666666;line-height: 22px;margin: 20px 0;}
.Header-dropcontrgt a{display: inline-block;font-size: 14px;color: #2775af;font-weight: 800;}
.Header-dropcontrgt span{margin-left: 10px;}

/* 搜索 */

/* 手机汉堡键 */
.Header-navclick{height: 60px;cursor: pointer;user-select: none;display: none;float:right;}
.Header-navclick span{width: 24px;height: 2px;background:#616161;display: block;position: relative;margin-top: 44px;transition: all .2s linear;}
.Header-navclick span::before,.Header-navclick span::after{content: "";position: absolute;height: 2px;background:#616161;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span::before{top: -7px;}
.Header-navclick span::after{top: 7px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span::before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span::after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}


/* 底部 */
.Footer-wrapper{width: 100%;background-color:#f9f9f9;}
.Footer-itemtop{width: 100%;padding: 114px 0 40px;overflow: hidden;}
.Footer-follow{float: left;}
.Footer-logo{width: 246px;margin-bottom: 34px;}
.Footer-logo a{display: block;width: 100%;}
.Footer-logo img{width: 100%;object-fit: cover;}
.Footer-follow h2{font-size: 18px;color: #333333;font-weight: 800;margin-bottom: 34px;}
.Footer-ewm{width: 94px;height: 94px;}
.Footer-ewm img{width: 100%;height: 100%;object-fit: cover;}
.Footer-navber{float: right;}
.Footer-navarr{display: none;}
.Footer-navber ul li{float: left; margin: 0 68px;}
.Footer-navber ul li:last-child{margin-right: 0;}
.Footer-navmenu{display: block; font-size: 18px;color: #333333;font-weight: 800;margin-bottom: 32px;}
.Footer-submenu a{display: block; font-size: 15px;color: #666666; line-height: 32px;transition: all .4s ease;}
.Footer-submenu a:hover{color:#2775af;}
.Footer-itemcenter{width: 100%;border-top: 1px solid #eeeeee;}
.Footer-linkitem{float: left;display: flex;}
.Footer-linkitem h2{height: 68px;line-height: 68px; font-size: 16px;color: #333333;font-weight: 800;margin-right: 26px;}
.Footer-linkitem ul li{float: left;margin-right: 40px;}
.Footer-linkmenu{height: 68px;line-height: 68px; font-size: 14px;color: #777777;transition: all .4s ease;}
.Footer-linkitem ul li:hover .Footer-linkmenu{color:#2775af;}
.Footer-linkshare{float: right;}
.Footer-linkshare a{display: inline-block;height: 68px;line-height: 68px; margin-left: 24px;position: relative;}
.Footer-copybeian{width: 100%;background-color: #f4f4f4;}
.Footer-copybeian p{float: left;font-size:14px; color:#777777; height: 64px;line-height: 64px;}
.Footer-copybeian a{float: right;display: block; font-size:14px; color:#777777; height: 64px;line-height: 64px;margin-left:10px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 55px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.Footer-linkshare a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
.Footer-linkshare a:hover i{background: #2d9cd8;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/*分享*/
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}



/* 中间+共用部分 */
.Container-wrapper{margin-top: 90px;}
.contain{width: 1638px;margin: 0 auto;}
.incenter{width: 1400px;margin: 0 auto;}
.incontain{width: 1200px;margin: 0 auto;}



/* 视频 */
.popVideo {display: none;position: fixed;z-index: 99999;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);top: 0;left: 0;}
.popVideo-content {display: flex;justify-content: center;align-items: center;position: relative;width: 66%;height: 100%;margin: 0 auto;}
.popVideo-core {position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.popVideo-core video {width: 100%;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/public/close.png') no-repeat center;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover {opacity: 1;}
@media all and (max-width:1279px) {.popVideo-content{width: 92%;}.popVideo-close{right: 0;}}
/* ---- */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .contain{width: 1400px}
    .Header-drop ul{padding: 0 12%;}
    .Footer-navber ul li {margin: 0 48px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-drop ul{padding: 0 6%;}
    .Footer-navber ul li {margin: 0 40px;}
    .contain,.incenter{width: 1280px}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-drop ul{padding: 0 8%;}
    .Header-drop ul li{margin: 0 38px;}
    .Footer-navber ul li {margin: 0 34px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-drop ul{padding: 0 6%;}
    .contain,.incenter,.incontain{width: 92%}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-drop ul{padding: 0 4%;}
    .Header-drop ul li{margin: 0 24px;width: 16%;}
    .Footer-navber ul li {margin: 0 22px;}
    .Header-navber{margin-right: 46px;}
    .Header-dropmenu {font-size: 16px;}
  
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-drop ul li {margin: 0 20px;}
    .Header-drop ul{padding: 0 2%;}
    .Header-dropcontlft{margin-right: 128px;}
    .Footer-navber ul li {margin: 0 8px;}
    .Header-navber{margin-right: 42px;}
    .Header-navber li{margin: 0 28px;}
 
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-navclick{display: block;height: 60px;}
    .Header-navber{display: none; width: 100%; position: absolute;left: 0;top: 60px;background-color: #ffffff;padding:0 4%}
    .Header-navber a{height: 50px;line-height: 50px}
    .Header-navber li{width: 100%;margin-left: 0;position: relative;}
    .Header-navmenu{height: 60px;line-height: 60px;}
    .Header-drop {position: static;}
    .Header-drop ul li{width: 45%;margin:0 18px 28px 0;}
    .Header-navber li:nth-child(2) .Header-drop ul li {width: 45%; }
    .Header-dropcontlft{margin-right: 68px;}
    .dropcont-subitem{flex-direction: column;}
    .dropcont-submenu{margin-right: 0;}
    .Header-navarr{display: block;width: 25px;height: 25px;position: absolute;top:18px;right: 0;background: url(../images/public/iconArr.png) no-repeat center /14px auto;}
    .Footer-itemtop{display: flex;flex-direction: column-reverse;padding: 80px 0 40px;}
    .Footer-follow{display: flex;flex-direction: column;justify-content: center;align-items: center;}
    .Footer-follow h2{margin-bottom: 12px;}
    .Footer-logo{display: none;}
    .Footer-navber ul{width: 100%;display: flex;flex-direction: column;}
    .Footer-navber ul li{margin: 0; position: relative;}
    .Footer-navmenu{margin-bottom: 12px;}
    .Footer-submenu{display: none;}
    .Footer-submenu br{display: none;}
    .Footer-navarr{display: block;width: 25px;height: 25px;position: absolute;top:0px;right: 0px;z-index: 5;background: url(../images/public/iconArr.png) no-repeat center /14px auto;}
    .Footer-linkitem ul li{margin-right: 24px;}
    .Footer-linkshare a{margin-left: 20px;}
    .Header-wrapper .contain{height: 60px}
    .Header-drop>.contain{height: auto;}
    .Header-logo img{width: 170px}
    .Header-logo a{height: 60px;line-height: 60px}
    .Header-search-click{height: 60px;margin-right: 20px}
    .Header-navclick span{margin-top: 30px}
    .Container-wrapper{margin-top: 60px}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-navmenu {font-size: 16px}
    .Header-drop ul li{width: 60%;}
    .Header-navber li:nth-child(2) .Header-drop ul li {width: 60%; }
    .Header-drop {padding: 20px 0 0px;}
    .Header-dropmenu {font-size: 15px;}
    .dropcont-submenu a {font-size: 14px;height: 40px;line-height: 40px;}
    .dropcontpub-menu {font-size: 15px;}
    .Header-dropcontrgt .dropcontpub-menu {font-size: 15px;}
    .Header-drop .Header-dropmenu a{height: 42px !important;line-height: 42px !important;}
    .Header-dropsubmenu {margin-top: 0;}
    .Header-item {flex-direction: column;}
    .Header-dropcontrgt{width: 100%;}
    .Header-dropcontlft{margin-bottom: 28px;}
    .Footer-navmenu {font-size: 16px;}
    .Footer-itemtop {padding: 40px 0 40px;}
    .Footer-linkitem{width: 100%;display: flex;flex-direction: column;}
    .Footer-linkitem h2{height: 38px;line-height: 38px;}
    .Footer-linkmenu{height: 18px;line-height: 18px;}
    .Footer-linkshare{width: 100%;}
    .Footer-linkshare a{height: 48px;line-height: 48px; margin-left: 0;margin-right: 20px;}
    .Footer-copybeian{padding:10px 0;}
    .Footer-copybeian p{width: 100%;text-align: center;height: auto; line-height: 20px;font-size: 13px;}
    .Footer-copybeian a{width: 100%;text-align: center;height: 20;height: auto; line-height: 20px;margin-top: 10px;}
    .FooterCode-img{left: 0;margin-left: -10px;width: 100px;height: 100px;bottom: 46px;}
    .FooterCode-img::after{left: 20px;}
}

